home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
6584
/
6584.xpi
/
chrome
/
flashvideodownloader
/
content
/
dialog.js
< prev
next >
Wrap
Text File
|
2009-10-05
|
392b
|
20 lines
var FlashVDDialog = {
init : function()
{
document.getElementById("header").setAttribute("label",window.arguments[1]);
document.getElementById("caption").setAttribute("label",window.arguments[2]);
document.getElementById("text").value = window.arguments[3];
},
on_accept : function()
{
try
{
window.arguments[0].result = true;
}
catch(e)
{}
}
}